PrintDocument for WinForms
IndexEntry コンストラクタ(String,IndexEntryOccurrence[])


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > IndexEntry クラス > IndexEntry コンストラクタ : IndexEntry コンストラクタ(String,IndexEntryOccurrence[])
The string that is assigned to the IndexEntry.Caption property of the current index entry.
One or more IndexEntryOccurrence objects that are added to the IndexEntry.Occurrences collection of this index entry.
Initializes a new instance of the IndexEntry class.
シンタックス
'宣言
 
Public Function New( _
   ByVal caption As System.String, _
   ByVal ParamArray occurrences() As IndexEntryOccurrence _
)
'使用法
 
Dim caption As System.String
Dim occurrences() As IndexEntryOccurrence
 
Dim instance As New IndexEntry(caption, occurrences)
public IndexEntry( 
   System.string caption,
   params IndexEntryOccurrence[] occurrences
)

パラメータ

caption
The string that is assigned to the IndexEntry.Caption property of the current index entry.
occurrences
One or more IndexEntryOccurrence objects that are added to the IndexEntry.Occurrences collection of this index entry.
参照

IndexEntry クラス
IndexEntry メンバ
オーバーロード一覧